[SC 10121] Add demo notebook for the code explainer#373
Conversation
|
Pull requests must include a description in the release notes section. |
1 similar comment
|
Pull requests must include a description in the release notes section. |
cachafla
left a comment
There was a problem hiding this comment.
Looks good! I'd just add the following to finalize the notebook:
- The typical intro/outro template content that we have in the other notebooks
- Very short paragraph at the beginning of each section i.e.
Codebase Overview,Environment and Dependencies, etc.
yes. done thanks |
|
I noticed that some of the sections in the notebook (e.g., Evaluation and Validation, Logging and Monitoring, Inference and Scoring, Testing Strategy, Versioning, and Security) assume details that are not included in the |
notebooks/code_samples/code_explainer/quickstart_code_explainer_demo.ipynb
Outdated
Show resolved
Hide resolved
Thanks. Updated the |
juanmleng
left a comment
There was a problem hiding this comment.
Great to have a brand new LLM feature! Well done. I just left a couple of minor comments.
notebooks/code_samples/code_explainer/quickstart_code_explainer_demo.ipynb
Show resolved
Hide resolved
notebooks/code_samples/code_explainer/quickstart_code_explainer_demo.ipynb
Show resolved
Hide resolved
PR SummaryThis pull request introduces a comprehensive script and Jupyter notebook for documenting and explaining a customer churn prediction model using the ValidMind library. The key additions include:
These additions aim to enhance the documentation and understanding of the model and codebase, facilitating better collaboration and compliance with best practices. Test Suggestions
|
Pull Request Description
The Code explainer notebook has been added in this change.
What
The notebook will use for demonstrating the new llm feature called code explainer.
Why
It is one of customer requirements.
How to Test
Pull Request Dependencies
https://github.com/validmind/backend/pull/1500
External Release Notes
Deployment Notes
Breaking Changes
no breaking changes
Screenshots/Videos (Frontend Only)
Checklist
Areas Needing Special Review
Additional Notes